dreamweaver.historyPalette.getSelectedSteps()

Availability 3.0
Description Determines which portion of the History palette is selected.
Arguments None.
Returns An array containing the position indices of all of the selected steps.
Enabler None.
Example If the the second, third, and fourth steps are selected in the History palette, as shown, a call to dw.historyPalette.getSelectedSteps() would return [1,2,3].